Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
/ druntime Public archive

Add DragonFlyBSD support for druntime#1999

Merged
dlang-bot merged 1 commit intodlang:masterfrom
dkgroot:dragonflybsd-master
Feb 12, 2018
Merged

Add DragonFlyBSD support for druntime#1999
dlang-bot merged 1 commit intodlang:masterfrom
dkgroot:dragonflybsd-master

Conversation

@dkgroot
Copy link
Contributor

@dkgroot dkgroot commented Dec 18, 2017

Related: DMD Pull Request
Bootstrapped via 'dmd-cxx' branch: See

Related PR:

Notes:

  • Fixed getAddrInfo issue in phobos/std/socket.d by giving addrinfo.ai_socktype a default value of SOCK_STREAM.
    (Without it getAddrInfo() will generate an error:'servname not supported for ai_socktype' when hints.ai_socktype is not set.)
  • 1 minor dragonfly related FIXME entries in src/core/sync/mutex.d (Caused by the implementation of pthread implementation on DragonFlyBSD): trylock after destroying a mutex does not return an error. (similar to 'Use after free')

Loading
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

72h no objection -> merge The PR will be merged if there are no objections raised.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants